FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/zib-patient-legalstatus

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeStructureDefinition
Idzib-patient-legalstatus
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.0&canonical=http://nictiz.nl/fhir/StructureDefinition/zib-patient-legalstatus
URLhttp://nictiz.nl/fhir/StructureDefinition/zib-patient-legalstatus
Version1.0.3
Statusactive
Namezib patient legalstatus
TitlePatient LegalStatus
Realmnl
Authorityhl7
DescriptionThe legal situation that applies to the patient during treatment/procedures.
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
BgZ-PatientBgZ-Patient
zib-FreedomRestrictingMeasuresHCIM FreedomRestrictingMeasures

Resources that this resource uses

ValueSet
2.16.840.1.113883.2.4.3.11.60.40.2.14.3.2--20171231000000JuridischeStatusCodelijst

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "zib-patient-legalstatus",
  "url": "http://nictiz.nl/fhir/StructureDefinition/zib-patient-legalstatus",
  "version": "1.0.3",
  "name": "zib patient legalstatus",
  "title": "Patient LegalStatus",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The legal situation that applies to the patient during treatment/procedures.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Patient",
    "Procedure"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "legalStatus",
        "definition": "The legal situation that applies to the patient during the intervention. The code of the legal status is based on the Vektis/AZR code list COD232-VEKT Legal Status.",
        "comment": "The concept LegalStatus of the HCIM FreedomRestrictingMeasures plays an important role in the context of mental healthcare (GGZ). This concept will become an independent HCIM with the next release of HCIM (2018 release).  \r\n\r\nThe LegalStatus concept and associated ValueSet will be split in two concepts: legal status and representative. These concepts are currently captured in one ValueSet. It is possible to have a legal status AND a representative. Therefore, we allow this extension to have a cardinality of 0..2.",
        "max": "2"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/zib-patient-legalstatus"
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept",
        "path": "Extension.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "code": "303186005",
            "display": "Legal status of patient (observable entity)"
          }
        ],
        "short": "LegalStatus",
        "definition": "The legal situation that applies to the patient during the intervention. The code of the legal status is based on the Vektis/AZR code list COD232-VEKT Legal Status.",
        "alias": [
          "JuridischeStatus"
        ],
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "LegalStatusCodelist",
          "valueSetReference": {
            "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.3.2--20171231000000",
            "display": "JuridischeStatusCodelijst"
          }
        }
      }
    ]
  }
}